forked from eclipse-thingweb/node-wot
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add binding firestore #5
Open
hidetak
wants to merge
1,709
commits into
master
Choose a base branch
from
add-binding-firestore
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Hasan eroglu <[email protected]>
…ctions-content fix(binding-mqtt): fix sending plain value instead of content object
feat(binding-coap): implement DNS-SD via mDNS
fix: properly identify readall and writeall op's
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.17 to 3.9.18. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](patriksimek/vm2@3.9.17...3.9.18) --- updated-dependencies: - dependency-name: vm2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
`findIndex` returns `-1` when the element is not found, therefore the result will never be a nullish value. Signed-off-by: reluc <[email protected]>
Co-authored-by: danielpeintner <[email protected]>
Prefer application/td+json when is possibile instead of text/html
eclipse/thingweb.node-wot to eclipse-thingweb/node-wot
…repo-rename docs: reflect github repo renaming
fix(examples/counter): correctly display images
docs: align with Eclipse handbook - Managing and Reporting Vulnerabilities
chore(ci): fix syntax error in workflow file, remove Node 20 for now
…28-b fix: minor follow-up for PR#1129 AID ranges
…rvable-non-default-only refactor: AID should contain observable only if it is true
…t-2023-10-19 docs: update copyright year based on git log
…b#1127) Co-authored-by: Cristiano Aguzzi <[email protected]>
ci: set a timeout for testing step of ten minutes
…ediaType, const, default, and unit (eclipse-thingweb#1137)
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: browserify-sign dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…hingweb#1143) * feat: add semanticId/supplementalSemanticIds for AssetInterfacesDescription and Interface * feat: add semanticId for EndpointMetadata, InterfaceMetadata, ExternalDescriptor, title * feat: add semanticId for base, contentType, href, htv, modbus, mqv * feat: more semanticId for terms like properties, security etc * feat: add semanticId for other security terms
…CUATestOnMacOS binding-opcua:test fix macOS endpoint
…abot/npm_and_yarn/browserify-sign-4.2.2 chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2
add launch configuration for counter (server) as well
refactor: revert back to *old* way of cloning
…eb#1150) using list of References
…into add-binding-firestore
* feat: add AID JSON Schema * fix: use updated JSON schema * fix: JSON schema restricting to valueType to xs:string only * fix: JSON schema w.r.t. schema definitions restriction * refactor: add AID JSON schema validation to tests * refactor: update logging (for skipped test) * refactor: look for "base" in property forms if not available
…nto add-binding-firestore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.